home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / pam.d / cron < prev    next >
Text File  |  2008-09-09  |  289b  |  14 lines

  1. #
  2. # The PAM configuration file for the cron daemon
  3. #
  4.  
  5. @include common-auth
  6. auth       required   pam_env.so
  7. @include common-account
  8. @include common-session
  9. # Sets up user limits, please define limits for cron tasks
  10. # through /etc/security/limits.conf
  11. session    required   pam_limits.so
  12.  
  13.  
  14.